ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Fraction<T> Structure / Numerator Property

In This Topic
    Numerator Property (Fraction<T>)
    In This Topic
    Gets or sets the numertor of the fraction.
    Syntax
    'Declaration
     
    
    Public Property Numerator As T
    public T Numerator {get; set;}

    Property Value

    A T that indicates the number written above the line in a common fraction to indicate the number of parts of the whole.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also